ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AllowResizing Property






In This Topic
    AllowResizing Property (FlexGridBase<T>)
    In This Topic
    Gets or sets whether users are allowed to resize rows and/or columns with the mouse.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property AllowResizing As AllowResizing
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As AllowResizing
     
    instance.AllowResizing = value
     
    value = instance.AllowResizing
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual AllowResizing AllowResizing {get; set;}
    public read-write property AllowResizing: AllowResizing; virtual; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set AllowResizing : AllowResizing
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual AllowResizing get_AllowResizing();
    public: __property virtual void set_AllowResizing( 
       AllowResizing value
    );
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property AllowResizing AllowResizing {
       AllowResizing get();
       void set (    AllowResizing value);
    }
    See Also